/*---------------轮播新闻---------------*/
.flash {
	overflow: hidden;
	width: 280px;
	height: 210px;
}
#fade_focus {
	color: #ffffff;
}
.d1 {
	width: 280px;
	height: 210px;
	overflow: hidden;
	background-color: #000000;
	position: relative;
}
.loading {
	width: 280px;
	height: 210px;
	background-color: #000000;
	color: #FFCC00;
	font-size: 12px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.d2 {
	width: 100%;
	height: 210px;
	overflow: hidden;
}
.num_list {
	display: block;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	font-family: "微软雅黑";
	background-color: #218DD7;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0px 0px;
	height: 50px;
	overflow: hidden;
}
.num_list span {
	display: inline-block;
	padding-left: 10px;
	line-height:22px;
	width:96%;
}
#fade_focus ul {
	display: none;
}
.button {
	display: block;
	position: absolute;
	z-index: 1000;
	right: 3px;
*right:2px;
	bottom: 5px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.b1, .b2 {
	display: block;
	float: left;
	padding: 1px 5px;
	margin-right: 2px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.b2 {
	color: #ffffff;
	background-color: #F60;
}
